Hệ thống hiệu sách thương mại điện tử

1 # BookStore:
2 A responsive website that displays available books
in the store, along with their details.Website provides options such as browsing books based on categories or authors, searching the required book, viewing full description page of any book. It is also possible to sort the listing based on price or discount. User can register and login on subsequent accesses, view his/her cart, buy desired books. In case of any problem user can ask query which is directly sent as a mail to admin.
3
4 ##Screenshots:
5 <p>
6   <kbd><img src=
"screenshot/index.png" width="350" height="450"/></kbd>
7   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
8   <kbd><img src=
"screenshot/category.png" width="350" height="450"/></kbd>
9 </p>
10
11 <p>
12   <kbd><img src=
"screenshot/search.png" width="350" height="450"/></kbd>
13   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
14   <kbd><img src=
"screenshot/description.png" width="350" height="450"/></kbd>
15 </p>
16
17 <p>
18   <kbd><img src=
"screenshot/cart.png" width="350" height="250"/></kbd>
19   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
20   <kbd><img src=
"screenshot/query.png" width="350" height="250"/></kbd>
21 </p>
22
23 ##Setup:
24 * Install Xampp
if not already installed. Can be downloaded from https://www.apachefriends.org/download.html
25 * Place the repository
in htdocs folder of xampp
26 * Go to Xampp control panel and start apache and MySQL.
27 * Import the database bookstore.sql
in MySql server.
28 * Set up the connection credentials
in dbconnect.php </br>
29   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<kbd><img src=
"screenshot/connection.png" width="200" height="100"/></kbd>
30 * Thats it. Open <a href=
"http://localhost/bookstore/">localhost/bookstore/</a> in your browser
31
32 ###Website Link :
33 <a href=
"http://shivangibookshop.byethost7.com">http://shivangibookshop.byethost7.com</a>


Gõ tìm kiếm nhanh...